Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 2ce9ea870e5fc2c5129554f1d597334685b8cc76


Parents : bf74698
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-11-01T02:40:16+01:00

Cleanup

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py
index c8a87484..a761692e 100644
--- a/sbapp/sideband/core.py
+++ b/sbapp/sideband/core.py
@@ -611,7 +611,7 @@ class SidebandCore():
self.__db_indices()
def __reload_config(self):
- RNS.log("Reloading Sideband configuration... "+str(self.config_path), RNS.LOG_DEBUG)
+ RNS.log("Reloading Sideband configuration... ", RNS.LOG_DEBUG)
with open(self.config_path, "rb") as config_file:
config_data = config_file.read()


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────